shiny/x11driver: handle the case of X server connection closed#73
shiny/x11driver: handle the case of X server connection closed#73ledmonster wants to merge 1 commit intogolang:masterfrom
Conversation
|
This PR (HEAD: 962bd5a) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/exp/+/563635. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/563635. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be Please don’t reply on this GitHub thread. Visit golang.org/cl/563635. |
|
Message from Junya Hayashi: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/563635. |
|
Message from Junya Hayashi: Patch Set 2: Code-Review+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/563635. |
Current shiny/x11driver implementation doesn't handle the case of X server
connection closed. WaitForEvent returns "nil, nil" when the connection is
closed.